._Advertising {
  position: relative;
}
._Advertising img {
  position: absolute;
  top: 25px;
  right: -30px;
}
.image_1_Advertising {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}
.image_1_Advertising li {
  border: none;
}
.image_1_Advertising .bidding_left .bidding_img {
  width: 188px;
  height: 105px;
  overflow: hidden;
}
.image_1_Advertising .bidding_left .bidding_img img {
  width: 100%;
  height: auto;
}
.image_1_Advertising .bidding_right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 19px;
  box-sizing: border-box;
}
.image_1_Advertising .bidding_right .ad_title h3 {
  font-weight: 600;
}
.image_1_Advertising .bidding_right .ad_title h3 a {
  font-size: 18px;
  color: #414749;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.image_1_Advertising .bidding_right .ad_title h3 a:hover {
  opacity: 0.7;
}
.image_1_Advertising .bidding_right .ad_tag > ul {
  display: flex;
  justify-content: flex-start;
  height: 18px;
}
.image_1_Advertising .bidding_right .ad_tag > ul li {
  padding: 0;
  min-height: unset;
  border-bottom: none;
  margin-right: 10px;
  color: #93A1A5;
  line-height: 16px;
}
.image_1_Advertising .bidding_right .ad_tag > ul .ad_label {
  width: 32px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d4d4d4;
  text-align: center;
  border-radius: 2px;
}
.image_3_Advertising li {
  border: none;
}
.image_3_Advertising .ad_title h3 {
  font-weight: 600;
}
.image_3_Advertising .ad_title h3 a {
  font-size: 18px;
  color: #414749;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.image_3_Advertising .ad_title h3 a:hover {
  opacity: 0.7;
}
.image_3_Advertising > ul {
  display: flex;
  justify-content: space-between;
}
.image_3_Advertising > ul > li {
  border: none;
}
.image_3_Advertising > ul > li .bidding_img {
  width: 182px;
  height: 104px;
  overflow: hidden;
}
.image_3_Advertising > ul > li .bidding_img img {
  width: 100%;
  height: auto;
}
.image_3_Advertising .ad_tag > ul {
  display: flex;
  justify-content: flex-start;
  height: 18px;
}
.image_3_Advertising .ad_tag > ul li {
  padding: 0;
  min-height: unset;
  border-bottom: none;
  margin-right: 10px;
  color: #93A1A5;
  line-height: 16px;
}
.image_3_Advertising .ad_tag > ul .ad_label {
  width: 32px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d4d4d4;
  text-align: center;
  border-radius: 2px;
}
.image_1_2_Advertising li {
  border: none;
}
.image_1_2_Advertising .ad_title h3 {
  font-weight: 600;
}
.image_1_2_Advertising .ad_title h3 a {
  font-size: 18px;
  color: #414749;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.image_1_2_Advertising .ad_title h3 a:hover {
  opacity: 0.7;
}
.image_1_2_Advertising > ul {
  display: flex;
  justify-content: flex-start;
}
.image_1_2_Advertising > ul > li {
  border: none;
}
.image_1_2_Advertising > ul > li .bidding_img {
  width: 190px;
  height: 107px;
  overflow: hidden;
}
.image_1_2_Advertising > ul > li .bidding_img img {
  width: 100%;
  height: 100%;
}
.image_1_2_Advertising > ul > li:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image_1_2_Advertising > ul > li:first-child {
  margin-right: 10px;
}
.image_1_2_Advertising > ul > li:first-child .bidding_img {
  width: 480px;
  height: 223px;
  overflow: hidden;
}
.image_1_2_Advertising > ul > li:first-child .bidding_img img {
  width: 100%;
  height: auto;
}
.image_1_2_Advertising .ad_tag > ul {
  display: flex;
  justify-content: flex-start;
  height: 18px;
}
.image_1_2_Advertising .ad_tag > ul li {
  padding: 0;
  min-height: unset;
  border-bottom: none;
  margin-right: 10px;
  color: #93A1A5;
  line-height: 16px;
}
.image_1_2_Advertising .ad_tag > ul .ad_label {
  width: 32px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d4d4d4;
  text-align: center;
  border-radius: 2px;
}
.video_Advertising {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
}
.video_Advertising li {
  border: none !important;
}
.video_Advertising .bidding_left .bidding_img {
  width: 188px;
  height: 105px;
  overflow: hidden;
  position: relative;
}
.video_Advertising .bidding_left .bidding_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.video_Advertising .bidding_left .bidding_img .advideoPlayIcon {
  width: 60px;
}
.video_Advertising .bidding_left .bidding_img video {
  width: 100%;
  height: 100%;
}
.video_Advertising .bidding_right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 19px;
  box-sizing: border-box;
}
.video_Advertising .bidding_right .ad_title h3 {
  font-weight: 600;
}
.video_Advertising .bidding_right .ad_title h3 a {
  font-size: 18px;
  color: #414749;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.video_Advertising .bidding_right .ad_title h3 a:hover {
  opacity: 0.7;
}
.video_Advertising .bidding_right .ad_tag > ul {
  display: flex;
  justify-content: flex-start;
  height: 18px;
}
.video_Advertising .bidding_right .ad_tag > ul li {
  padding: 0;
  min-height: unset;
  border-bottom: none;
  margin-right: 10px;
  color: #93A1A5;
  line-height: 16px;
}
.video_Advertising .bidding_right .ad_tag > ul .ad_label {
  width: 32px;
  height: 18px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #d4d4d4;
  text-align: center;
  border-radius: 2px;
}
.video_Advertising:hover .bidding_left .bidding_img .advideoPlayIcon {
  display: block;
}
.ADvideomask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
.ADvideomask .videobox {
  width: 50vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ADvideomask .videobox video {
  width: 100%;
  height: auto;
}
.ad_bidding_box {
  border-bottom: 1px solid #dedede;
  position: relative;
  padding: 16px 0;
  min-height: 50px;
}
.ad_bidding_box ul li {
  border: none !important;
}
.ad_bidding_box ul .ad_label {
  border: 1px solid #d4d4d4 !important;
}
